home *** CD-ROM | disk | FTP | other *** search
- // The Mama jack o' lope's gas ball
- // Programmed by Joseph Aurili
-
- // Define actions
- action AMAMAC_WAIT 0 14 1 1 4
-
- // Define AI states
- ai AIMAMAC_WAIT AMAMAC_WAIT MAMA_STOP faceplayer
-
- // Actors ********************************************
- actor MAMACLOUD 10000 AMAMAC_WAIT
- fall
-
- // Start and stay with stay
- ifai 0
- {
- cstat 514
- ai AIMAMAC_WAIT
- }
-
- ifai AIMAMAC_WAIT
- {
- rndmove
- ifpdistl 3000
- {
- ifp palive
- {
- ifcansee
- {
- ifrnd 32
- {
- addphealth -10
- state lnsndpain
- }
- }
- }
- }
- ifcount 20
- {
- resetcount
- ifsizedown
- {
- killit
- }
- }
- }
- enda
-
-